home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 106
/
Vol 106.iso
/
games
/
maple_st.swf
/
scripts
/
DefineButton2_1247
/
BUTTONCONDACTION on(rollOver).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-04-12
|
190 b
|
9 lines
on(rollOver){
if(this.iteme != "non")
{
_root.cur.itemhelp._visible = 1;
_root.cur.itemhelp.itemname = itemname;
_root.cur.itemhelp.itemdes = itemdes;
}
}